home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / DefineSprite_118 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  66 b   |  4 lines

  1. rnd = Math.floor(Math.random() * 6);
  2. gotoAndStop(rnd);
  3. stop();
  4.